Bump Wayland dep
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Sep 2013 01:07:32 +0000 (21:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 17 Sep 2013 01:07:32 +0000 (21:07 -0400)
We need Wayland 1.2.0 for wl_surface_set_buffer_scale.

https://bugzilla.gnome.org/show_bug.cgi?id=708012

configure.ac

index 90e162ac053e20ceec8a7f1b5daabd817d1972c2..5c2454e60eed1e48e866990c80181aba6eeaa040 100644 (file)
@@ -403,7 +403,7 @@ if test "x$enable_wayland_backend" = "xyes"; then
   GDK_WINDOWING="$GDK_WINDOWING
 #define GDK_WINDOWING_WAYLAND"
   DISABLE_ON_WAYLAND='%'
-  WAYLAND_PACKAGES="wayland-client >= 1.1.90 xkbcommon >= 0.2.0 wayland-cursor"
+  WAYLAND_PACKAGES="wayland-client >= 1.2.0 xkbcommon >= 0.2.0 wayland-cursor"
 
   AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
   AS_IF([test "x$WAYLAND_SCANNER" = "xno"],